Globals Brand Styling
A simple 'filling' library that allows us to share styling across brands and fill any gaps left by bootstrap.
An example cherry picking file that you might include in your app could be:
@import '../node_modules/bootstrap/less/bootstrap';
@import '../node_modules/ui-toolkit/src/less/toolkit';
@import '../node_modules/@holidayextras/brand-globals/src/less/globals';
@import '../node_modules/@holidayextras/brand-essential/src/less/theme';
The reason for specifiying globals before the theme is so that the theme can benefit from global mixins at the point of compiling.